.news{width:100%;padding:60px 0;background:#f8f9fc;}
.news{
	
	  background-image: url(/static/tn106/img/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 92px;
    padding-bottom: 90px;
     /*background-attachment: fixed;*/
	
}



.news .tit{width:100%;text-align: center;margin: 50px 0px 50px 0px;}
.news .tit h2{font-size: 36px}
.news .tit small{display:block;color:#878B99;font-size:14px;line-height: 60px}
.news .n_item{box-shadow:rgba(60,72,88,0.25) 0px 0px 3px 0px;background:#fff;border-radius:4px;transition:all 0.5s ease;overflow:hidden;padding: 20px}



.news .n_item .title{font-size:16px;font-weight:400;line-height:24px;color:#333}
.news .n_item .title{word-break:break-all;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
.news .n_item .desc{ height: 40px;color:#878B99;font-size:14px;line-height:25px;padding:10px 0;word-break:break-all;overflow:hidden;text-overflow:ellipsis;}
.news .n_item .time{color:#878B99;font-size:13px;display:block;padding-top:10px;}
.news .n_item .time em{float:right;width:20px;height:30px;background:url("/static/tn106/img/icon_1.png") no-repeat center;}



.news .n_item:hover .time em{-webkit-animation:ihover .6s infinite;animation:ihover .6s infinite;background:url("/static/tn106/img/icon_1_1.png") no-repeat center;}



@-webkit-keyframes ihover{
	0%{-webkit-transform:translateX(0px);opacity:1;}
	49%{-webkit-transform:translateX(20px);opacity:0;}
	50%{-webkit-transform:translateX(-20px);opacity:0;}
	100%{-webkit-transform:translateX(0px);opacity:1;}
}
